Skip to content

wsfengfan/CVE-2020-10199-10204

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

CVE-2020-10199-10204

http://1984-0day.com

python3 poc.py -i 127.0.0.1 -p 8081 -c cookie -csrf csrf-token

parse = argparse.ArgumentParser()
parse.add_argument('-i', '--ip', help='ip')
parse.add_argument('-p', '--port', default='8081', help='port')
parse.add_argument('-c', '--cookie',  help='HTTP cookie')
parse.add_argument('-csrf', '--csrf',  help='NX-ANTI-CSRF-TOKEN')

About

CVE-2020-10199 CVE-2020-10204 Python POC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages